Get channel
Channels
Get channel
Retrieve a single channel by its external identifier.
GET
Get channel
Returns one channel by external
id. Use this endpoint after the customer selects a channel to load its name, status, and CMS content for the storefront.
Requires a Fire spark access token obtained through token
exchange.
Path parameters
| Parameter | Required | Description |
|---|---|---|
id | Yes | External channel identifier. Alphanumeric characters, _, and - only. 1–64 characters. |
Request
Response
The response wraps a single channel object indata. The shape matches list channels.
Channel fields
See list channels for the full schema, includingcms_template_id and cms.
Error responses
| Status | Description |
|---|---|
401 | Missing or invalid access token. |
403 | Token does not have access to this channel. |
404 | No channel found with the given id. |